home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / INSTXTRA.PAK / BAENG32.DLL / string.txt
Text File  |  1997-05-06  |  3KB  |  78 lines

  1. 4097    Preprocessor nesting level too deep
  2. 4098    #ELSE without prior #IFDEF
  3. 4099    #ENDIF without prior #IFDEF
  4. 4100    #ENDIF expected
  5. 4101    Unable to open script: @1
  6. 4102    Unknown preprocessor directive: @1
  7. 4103    Unable to open include file: @1
  8. 4104    Missing ')' in macro: '@1'.
  9. 4105    #ERROR: @1.
  10. 4106    Macro '@1' must have less than 16 arguments.
  11. 4107    Macro expansion text for '@1' is too large.
  12. 4108    Wrong number of arguments in call to macro: '@1'.
  13. 4109    Module level code is too large.
  14. 4110    Unterminated string: @1.
  15. 4111    Improperly formatted character constant: '@1'
  16. 4112    Unexpected end of file due to an unterminated comment.
  17. 4113    End of comment encountered outside of a comment block.
  18. 4114    Recursive macro expansion of '@1' is too deep.
  19. 4116    Bad Object Module
  20. 4117    Illegal character '@1' encountered
  21. 4126    Unexpected end of statement
  22. 4127    Unexpected end of line
  23. 4128    Unexpected end of file
  24. 4129    Unexpected ','
  25. 4130    Unexpected '.'
  26. 4131    Unexpected operator '@1'
  27. 4132    Token '@1' is unknown
  28. 4133    Syntax error
  29. 4134    ')' expected
  30. 4135    Invalid function definition
  31. 4136    Object expected
  32. 4137    Illegal function name '@1'
  33. 4138    Should declare local '@1' before using it
  34. 4148    GOTO to an unknown label
  35. 4149    A STEP value of 0 will result in an endless loop (use WHILE if this is desired)
  36. 4150    Attempted divide by zero
  37. 4151    Attempted modulo by zero
  38. 4152    Parameter to LOAD must be a string
  39. 4153    Illegal opcode encountered
  40. 4173    Unitialized value on right hand side of assignment
  41. 4174    Attempt to use negative array index value
  42. 4175    Call to non-existent method
  43. 4176    Attempted method/property access using unallocated object
  44. 4177    Reference to non-existent property
  45. 4196    Got '@1' when keyword '@2' was expected.
  46. 4197    Unexpected '@1'.
  47. 4198    Syntax error - '@1' was unexpected.
  48. 4199    Token @1 is unknown.
  49. 4200    CONTINUE is only allowed inside of Catch handlers
  50. 4201    Statement cannot be used at the Module Level
  51. 4202    String expected
  52. 4203    Symbol @1 is already defined
  53. 4204    ELSE without preceeding IF
  54. 4205    '|' expected
  55. 4206    Identifier expected
  56. 4207    Too many expressions in array initialization
  57. 4208    END encountered at module scope
  58. 4209    Redefinition of module name/description
  59. 4296    syntax error
  60. 4297    @1 expected
  61. 4298    Unexpected @1
  62. 4299    Invalid block
  63. 4300    Unrecognized block
  64. 4301    Unknown Token
  65. 4302    Statement cannot be use at the Module Level
  66. 4303    String expected
  67. 4304    Symbol already defined
  68. 4305    Default parameter must be last
  69. 4306    Too many defaults
  70. 4307    ELSE without preceeding IF
  71. 4308    Missing '('
  72. 4309    Missing ')'
  73. 4310    Identifier expected
  74. 4311    Missing term in expression
  75. 4312    '|' expected
  76. 4313    '.' expected
  77. 4314    Too many expressions in array initialization
  78.